Method IsLeafAsync<T>(IRedbObject, ITreeProvider)

Assembly: redb.Core.dll

Checks if object is a tree leaf (without children)

public static Task<bool> IsLeafAsync<T>(this IRedbObject obj, ITreeProvider treeProvider) where T : class, new()